Skip to content

Document $, !, @ and # in symbol names #886

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged

Conversation

owen-mc-diffblue
Copy link
Contributor

Document what symbol name suffices beginning with $, !, @ and # mean,
at the points in the code where they are created.

os << '@' << l1;
l1_object_os << '@' << l1;
}

if(!l2.empty())
{
// distinguish assignments to the same variable
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

s/distinguish/Distinguish/ for consistency

Also I might phrase this slightly differently as this is not just assignments (instructions in the program) but SSA steps. One assignment can give many SSA steps, for example if it is in a loop.

"Distinguish SSA steps for the same variable" maybe?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done

@owen-mc-diffblue owen-mc-diffblue force-pushed the doc/symbol_name_separators branch from 01c5b2d to f19a3e7 Compare May 4, 2017 08:55
@owen-mc-diffblue owen-mc-diffblue force-pushed the doc/symbol_name_separators branch from f19a3e7 to 082e95e Compare May 16, 2017 16:07
Document what symbol name suffices beginning with $, !, @ and # mean,
at the points in the code where they are created.
@owen-mc-diffblue owen-mc-diffblue force-pushed the doc/symbol_name_separators branch from 082e95e to 0edafab Compare May 24, 2017 13:02
@kroening kroening merged commit d023498 into diffblue:master Jul 26, 2017
@owen-mc-diffblue owen-mc-diffblue deleted the doc/symbol_name_separators branch July 26, 2017 08:30
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants